/************ Notifications Styling ************/

#notifications_panel  {
	width: 600px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #f8f9fa;
	color: #212529;
	z-index: 1041;
	margin-right: -600px;
	transition: margin-right 0.3s ease-out, box-shadow 0.3s ease-out;
	overflow-y: auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#notifications_panel .slideout_title {
	background: #3295e6;
	background: -moz-linear-gradient(left, #3295e6 0%, #37d1c9 100%);
	background: -webkit-linear-gradient(left, #3295e6 0%, #37d1c9 100%);
	background: linear-gradient(to right, #3295e6 0%, #37d1c9 100%);
	color: white;
	padding: 24px 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-bottom: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 767px) {
#notifications_panel  {width: 300px; margin-right: -300px;}
}

.notifications_panel_open  {
	margin-right: 0px !important;
	-webkit-box-shadow: -2px 0 10px rgba(0,0,0,0.1);
	box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}

#notifications_inner  {
	width: 100%;
	height: auto;
    height:100%;
    overflow-y: scroll;
}

#notifications_body  {
	width: 100%;
	height: auto;
	z-index: 99 !important;
	padding: 16px;
}

#notifications_header  {
	width: 100%;
	height: auto;
	padding: 21px 0 22px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 120px auto;
	background-color: #EAEAEA;
	border-bottom: 1px solid #4b4b4b;
}

#notifications_exit  {
	width: auto;
	height: auto;
	position: absolute;
	top: 28px;
	left: 20px;
	font-size: 18px;
	cursor: pointer;
	color: white;
	opacity: 0.9;
	transition: opacity 0.2s, transform 0.2s;
	padding: 4px;
}

#notifications_exit:hover {
	opacity: 1;
	transform: scale(1.1);
}

.notification_type  {
	width: 100%;
	height: auto;
	background: white;
	margin-bottom: 12px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
	overflow: hidden;
}

.notification_type .header  {
	width: 100%;
	height: auto;
	padding: 16px 20px;
	background: #3295e6;
	background: -moz-linear-gradient(left, #3295e6 0%, #37d1c9 100%);
	background: -webkit-linear-gradient(left, #3295e6 0%, #37d1c9 100%);
	background: linear-gradient(to right, #3295e6 0%, #37d1c9 100%);
	color: white;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	border-bottom: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.notification_type .header h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: white;
}

.notification_type .header .standardbtn  {
	width: 24px !important;
	height: 24px !important;
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 6px;
	padding: 4px;
	cursor: pointer;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notification_type .header .standardbtn:hover {
	background: rgba(255,255,255,0.3);
	transform: scale(1.05);
}

.notification_type .main  {
	width: 100%;
	height: auto;
	padding: 16px 20px;
	background: white;
}

.notification_subtype  {
	width: 100%;
	height: auto;
	padding: 12px 16px;
	border-bottom: 1px solid #f0f0f0;
}

.notification_subtype:last-child {
	border-bottom: none;
}

.notification_subtype tr  {
	cursor: pointer;
	transition: background-color 0.15s;
}

.notification_subtype tr:hover {
	background-color: #f8f9fa;
}

.notification_subtype table tr:nth-child(1)  {
	cursor: default;
	background-color: transparent !important;
}

.notification_subtype .notification_tasks_toggle  {
	width: 6px;
	height: auto;
	margin: 0 5px -1px 0;
}

.notification_subtype .expanded  {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.notification_subtype table  {
	width: 100%;
	height: auto;
	margin: 14px 0;
}

.notification_subtype td  {
	padding: 4px 0;
}

.notification_subtype tr td:nth-child(1)  {width: 40%;}
.notification_subtype tr td:nth-child(2)  {width: 35%;}
.notification_subtype tr td:nth-child(3)  {width: 25%; text-align: left;}

.notification_subtype tr:nth-child(1) td  {font-weight: 700;}

#id_NTFC_addTaskBtn:hover  {background: url('../images/add.svg') !important; background-repeat: no-repeat !important;}



/***************************** TASK STYLING *****************************/

#tasks_searchModal  {
	z-index: 99999;
}





































/*
.class_NTFC_duedTask  {color:red;}

#addTask_modal .modal-dialog  {
	width: 100%;
	max-width: 450px;
	height: auto;
}

#addTask_modal .modal-body  {
	width: 100%;
	height: auto;
}

#addTask_modal .row  {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 20px;
}

#addTask_modal .row .split  {
	width: auto;
	height: auto;
	float: left;
	padding-right: 10px;
}

#addTask_modal .row .split select  {margin-top: -4px;}

#addTask_modal .row:nth-child(1) .standardbtn  {
	float: right;
	margin-right: 0;
}

#id_tasks_content  {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100px;
}

#addTask_modal .row input[type=checkbox]  {margin: 3px 5px 0 0;}

#tasks_searchModal  {
	width: 100%;
	height: auto;
}

#tasks_searchModal .modal-dialog  {
  width: 100%;
  max-width: 410px;
  height: auto;
}

#tasks_searchModal .modal-body  {
	width: 100%;
	height: auto;
	padding: 20px;
}

#tasks_searchModal .row  {
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 20px;
}

#tasks_searchModal .row .split  {
	width: auto;
	height: auto;
	float: left;
	padding-right: 10px;
}







.class_tasksSearch_rightColumn
{
  float:right;
  display: inline-block;
  width: 62.5%;
  margin-right:5%;
  margin-left:2.5%;
  height:400px;
}


.class_tasksSearch_leftColumn
{
  float:left;
  display: inline-block;
  width: 22.5%;
  margin-right:2.5%;
  margin-left:5%;
  padding:10% 0;
}

#tasksSearch_NameDisplay
{
  height:100%;
  overflow-y: scroll;
}

#tasksSearch_NameDisplay a
{
  display: block;
  margin-bottom: 5px;
}




.class_tasks_row
{
  margin-bottom:5px;
}

.class_tasks_patientOpt
{
  /* //display: none;*/
/*}

#id_tasks_initial b,
#id_tasks_compTime b
{
    font-weight: 700;
/*
  display: inline-block;
  border-radius: 100%;
  border:2px solid black;
  padding: 3px 3px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
*/
/*}*/
